Html Css Color HEX #BDF0CC Granny Apple

📋 copy color: '#BDF0CC'

red 189 ◦ green 240 ◦ blue 204

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

Shades of Granny Apple #BDF0CC

Tints of Granny Apple #BDF0CC

RGB

 RED value IS 189 (74.22% from 255) = 29.86%

 GREEN value IS 240 (94.14% from 255) = 37.91%

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

R = 29.86%
G = 37.91%
B = 32.23%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#BDF0CC (or 0xBDF0CC) is known color: Granny Apple. HEX triplet: BD, F0 and CC. RGB value is (189,240,204). Sum of RGB (Red+Green+Blue) = 189+240+204=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF0CC is #420F33. Grayscale: #DCDCDC. Windows color (decimal): -4329268 or 13430973. OLE color: 13430973.

HSL color Cylindrical-coordinate representation of color #BDF0CC: hue angle of 137.65º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDF0CC is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 204 -
CMYK 0.21 0 0.15 0.06
HSL 137.65º 0.63% 0.84% -
HSV(B) 137.65º 0.21% 0.94% -
XYZ 63.05 77.5 68.76 -
YUV 220.65 118.6 105.43 -
System Red Green Blue C M Y K H S L
Decimal 189 240 204 0.21 0 0.15 0.06 137.65 0.63 0.84
Hex BD F0 CC 15 0 F 6 8A 3F 54
Octal 275 360 314 25 0 17 6 212 77 124
Binary 10111101 11110000 11001100 10101 0 1111 110 10001010 111111 1010100

Color Harmonies of #BDF0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0CC

Black with #BDF0CC

Text Example


Text Example

White with #BDF0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0CC; }

 p { color: rgb(189,240,204); }

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

background-color css

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

 a { background-color: rgb(189,240,204); }

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

border-color css

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

 span { border-color: rgb(189,240,204); }

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