Html Css Color HEX #BDF3CC Granny Apple

📋 copy color: '#BDF3CC'

red 189 ◦ green 243 ◦ blue 204

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

Shades of Granny Apple #BDF3CC

Tints of Granny Apple #BDF3CC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.21%

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

R = 29.72%
G = 38.21%
B = 32.08%

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

#BDF3CC (or 0xBDF3CC) is known color: Granny Apple. HEX triplet: BD, F3 and CC. RGB value is (189,243,204). Sum of RGB (Red+Green+Blue) = 189+243+204=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF3CC is #420C33. Grayscale: #DEDEDE. Windows color (decimal): -4328500 or 13431741. OLE color: 13431741.

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

Color convert

RGB 189 243 204 -
CMYK 0.22 0 0.16 0.05
HSL 136.67º 0.69% 0.85% -
HSV(B) 136.67º 0.22% 0.95% -
XYZ 63.94 79.28 69.06 -
YUV 222.41 117.61 104.17 -
System Red Green Blue C M Y K H S L
Decimal 189 243 204 0.22 0 0.16 0.05 136.67 0.69 0.85
Hex BD F3 CC 16 0 10 5 89 45 55
Octal 275 363 314 26 0 20 5 211 105 125
Binary 10111101 11110011 11001100 10110 0 10000 101 10001001 1000101 1010101

Color Harmonies of #BDF3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3CC

Black with #BDF3CC

Text Example


Text Example

White with #BDF3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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