Html Css Color HEX #BCF2CC Granny Apple

📋 copy color: '#BCF2CC'

red 188 ◦ green 242 ◦ blue 204

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

Shades of Granny Apple #BCF2CC

Tints of Granny Apple #BCF2CC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.17%

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

R = 29.65%
G = 38.17%
B = 32.18%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#BCF2CC (or 0xBCF2CC) is known color: Granny Apple. HEX triplet: BC, F2 and CC. RGB value is (188,242,204). Sum of RGB (Red+Green+Blue) = 188+242+204=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 204 (80.08% from 255 or 32.18% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCF2CC is #430D33. Grayscale: #DDDDDD. Windows color (decimal): -4394292 or 13431484. OLE color: 13431484.

HSL color Cylindrical-coordinate representation of color #BCF2CC: hue angle of 137.78º degrees, saturation: 0.68, 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 #BCF2CC is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 204 -
CMYK 0.22 0 0.16 0.05
HSL 137.78º 0.68% 0.84% -
HSV(B) 137.78º 0.22% 0.95% -
XYZ 63.39 78.56 68.95 -
YUV 221.52 118.11 104.09 -
System Red Green Blue C M Y K H S L
Decimal 188 242 204 0.22 0 0.16 0.05 137.78 0.68 0.84
Hex BC F2 CC 16 0 10 5 8A 44 54
Octal 274 362 314 26 0 20 5 212 104 124
Binary 10111100 11110010 11001100 10110 0 10000 101 10001010 1000100 1010100

Color Harmonies of #BCF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2CC

Black with #BCF2CC

Text Example


Text Example

White with #BCF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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