Html Css Color HEX #BDDFCA Granny Apple

📋 copy color: '#BDDFCA'

red 189 ◦ green 223 ◦ blue 202

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

Shades of Granny Apple #BDDFCA

Tints of Granny Apple #BDDFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.32%

 BLUE value IS 202 (79.3% from 255) = 32.9%

R = 30.78%
G = 36.32%
B = 32.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#BDDFCA (or 0xBDDFCA) is known color: Granny Apple. HEX triplet: BD, DF and CA. RGB value is (189,223,202). Sum of RGB (Red+Green+Blue) = 189+223+202=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDFCA is #422035. Grayscale: #D2D2D2. Windows color (decimal): -4333622 or 13295549. OLE color: 13295549.

HSL color Cylindrical-coordinate representation of color #BDDFCA: hue angle of 142.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDDFCA is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 223 202 -
CMYK 0.15 0 0.09 0.13
HSL 142.94º 0.35% 0.81% -
HSV(B) 142.94º 0.15% 0.87% -
XYZ 58.03 67.86 65.92 -
YUV 210.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 189 223 202 0.15 0 0.09 0.13 142.94 0.35 0.81
Hex BD DF CA F 0 9 D 8F 23 51
Octal 275 337 312 17 0 11 15 217 43 121
Binary 10111101 11011111 11001010 1111 0 1001 1101 10001111 100011 1010001

Color Harmonies of #BDDFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDFCA

Black with #BDDFCA

Text Example


Text Example

White with #BDDFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDFCA; }

 p { color: rgb(189,223,202); }

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

background-color css

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

 a { background-color: rgb(189,223,202); }

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

border-color css

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

 span { border-color: rgb(189,223,202); }

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