Html Css Color HEX #BCF1CC Granny Apple

📋 copy color: '#BCF1CC'

red 188 ◦ green 241 ◦ blue 204

#BCF1CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Apple #BCF1CC

Tints of Granny Apple #BCF1CC

RGB

 RED value IS 188 (73.83% from 255) = 29.7%

 GREEN value IS 241 (94.53% from 255) = 38.07%

 BLUE value IS 204 (80.08% from 255) = 32.23%

R = 29.7%
G = 38.07%
B = 32.23%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCF1CC (or 0xBCF1CC) is known color: Granny Apple. HEX triplet: BC, F1 and CC. RGB value is (188,241,204). Sum of RGB (Red+Green+Blue) = 188+241+204=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF1CC is #430E33. Grayscale: #DDDDDD. Windows color (decimal): -4394548 or 13431228. OLE color: 13431228.

HSL color Cylindrical-coordinate representation of color #BCF1CC: hue angle of 138.11º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCF1CC is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 241 204 -
CMYK 0.22 0 0.15 0.05
HSL 138.11º 0.65% 0.84% -
HSV(B) 138.11º 0.22% 0.95% -
XYZ 63.09 77.96 68.85 -
YUV 220.94 118.44 104.51 -
System Red Green Blue C M Y K H S L
Decimal 188 241 204 0.22 0 0.15 0.05 138.11 0.65 0.84
Hex BC F1 CC 16 0 F 5 8A 41 54
Octal 274 361 314 26 0 17 5 212 101 124
Binary 10111100 11110001 11001100 10110 0 1111 101 10001010 1000001 1010100

Color Harmonies of #BCF1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1CC

Black with #BCF1CC

Text Example


Text Example

White with #BCF1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1CC; }

 p { color: rgb(188,241,204); }

 H1.HeaderClassName
 {
   color: #BCF1CC;
 }
 .AnyTagClassName
 {
   color: #BCF1CC;
 }
</style>

background-color css

<style>
 a { background-color: #BCF1CC; }

 a { background-color: rgb(188,241,204); }

 div.DivClassName
 {
   background-color: #BCF1CC;
 }
 .BgClassName
 {
   background-color: #BCF1CC;
 }
</style>

border-color css

<style>
 span { border-color: #BCF1CC; }

 span { border-color: rgb(188,241,204); }

 td.TdClassName
 {
   border-color: #BCF1CC;
 }
 .TagClassName
 {
   border-color: #BCF1CC;
 }
</style>