Html Css Color HEX #BDEFCA Granny Apple

📋 copy color: '#BDEFCA'

red 189 ◦ green 239 ◦ blue 202

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

Shades of Granny Apple #BDEFCA

Tints of Granny Apple #BDEFCA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.94%

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

R = 30%
G = 37.94%
B = 32.06%

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

#BDEFCA (or 0xBDEFCA) is known color: Granny Apple. HEX triplet: BD, EF and CA. RGB value is (189,239,202). Sum of RGB (Red+Green+Blue) = 189+239+202=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFCA is #421035. Grayscale: #DBDBDB. Windows color (decimal): -4329526 or 13299645. OLE color: 13299645.

HSL color Cylindrical-coordinate representation of color #BDEFCA: hue angle of 135.6º degrees, saturation: 0.61, 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 #BDEFCA is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 202 -
CMYK 0.21 0 0.15 0.06
HSL 135.6º 0.61% 0.84% -
HSV(B) 135.6º 0.21% 0.94% -
XYZ 62.51 76.82 67.41 -
YUV 219.83 117.94 106.01 -
System Red Green Blue C M Y K H S L
Decimal 189 239 202 0.21 0 0.15 0.06 135.6 0.61 0.84
Hex BD EF CA 15 0 F 6 88 3D 54
Octal 275 357 312 25 0 17 6 210 75 124
Binary 10111101 11101111 11001010 10101 0 1111 110 10001000 111101 1010100

Color Harmonies of #BDEFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFCA

Black with #BDEFCA

Text Example


Text Example

White with #BDEFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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