Html Css Color HEX #BDF2CC Granny Apple

📋 copy color: '#BDF2CC'

red 189 ◦ green 242 ◦ blue 204

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

Shades of Granny Apple #BDF2CC

Tints of Granny Apple #BDF2CC

RGB

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

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

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

R = 29.76%
G = 38.11%
B = 32.13%

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

#BDF2CC (or 0xBDF2CC) is known color: Granny Apple. HEX triplet: BD, F2 and CC. RGB value is (189,242,204). Sum of RGB (Red+Green+Blue) = 189+242+204=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF2CC is #420D33. Grayscale: #DDDDDD. Windows color (decimal): -4328756 or 13431485. OLE color: 13431485.

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

Color convert

RGB 189 242 204 -
CMYK 0.22 0 0.16 0.05
HSL 136.98º 0.67% 0.85% -
HSV(B) 136.98º 0.22% 0.95% -
XYZ 63.64 78.68 68.96 -
YUV 221.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 189 242 204 0.22 0 0.16 0.05 136.98 0.67 0.85
Hex BD F2 CC 16 0 10 5 89 43 55
Octal 275 362 314 26 0 20 5 211 103 125
Binary 10111101 11110010 11001100 10110 0 10000 101 10001001 1000011 1010101

Color Harmonies of #BDF2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF2CC

Black with #BDF2CC

Text Example


Text Example

White with #BDF2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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