Html Css Color HEX #BDFCCC Granny Apple

📋 copy color: '#BDFCCC'

red 189 ◦ green 252 ◦ blue 204

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

Shades of Granny Apple #BDFCCC

Tints of Granny Apple #BDFCCC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.07%

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

R = 29.3%
G = 39.07%
B = 31.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#BDFCCC (or 0xBDFCCC) is known color: Granny Apple. HEX triplet: BD, FC and CC. RGB value is (189,252,204). Sum of RGB (Red+Green+Blue) = 189+252+204=645 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.30% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFCCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDFCCC is #420333. Grayscale: #E3E3E3. Windows color (decimal): -4326196 or 13434045. OLE color: 13434045.

HSL color Cylindrical-coordinate representation of color #BDFCCC: hue angle of 134.29º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFCCC is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 204 -
CMYK 0.25 0 0.19 0.01
HSL 134.29º 0.91% 0.86% -
HSV(B) 134.29º 0.25% 0.99% -
XYZ 66.7 84.8 69.98 -
YUV 227.69 114.63 100.4 -
System Red Green Blue C M Y K H S L
Decimal 189 252 204 0.25 0 0.19 0.01 134.29 0.91 0.86
Hex BD FC CC 19 0 13 1 86 5B 56
Octal 275 374 314 31 0 23 1 206 133 126
Binary 10111101 11111100 11001100 11001 0 10011 1 10000110 1011011 1010110

Color Harmonies of #BDFCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFCCC

Black with #BDFCCC

Text Example


Text Example

White with #BDFCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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