Html Css Color HEX #BBEBCA Granny Apple

📋 copy color: '#BBEBCA'

red 187 ◦ green 235 ◦ blue 202

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

Shades of Granny Apple #BBEBCA

Tints of Granny Apple #BBEBCA

RGB

 RED value IS 187 (73.44% from 255) = 29.97%

 GREEN value IS 235 (92.19% from 255) = 37.66%

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

R = 29.97%
G = 37.66%
B = 32.37%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#BBEBCA (or 0xBBEBCA) is known color: Granny Apple. HEX triplet: BB, EB and CA. RGB value is (187,235,202). Sum of RGB (Red+Green+Blue) = 187+235+202=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBCA is #441435. Grayscale: #D8D8D8. Windows color (decimal): -4461622 or 13298619. OLE color: 13298619.

HSL color Cylindrical-coordinate representation of color #BBEBCA: hue angle of 138.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBCA is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 235 202 -
CMYK 0.20 0 0.14 0.08
HSL 138.75º 0.55% 0.83% -
HSV(B) 138.75º 0.2% 0.92% -
XYZ 60.86 74.25 67 -
YUV 216.89 119.6 106.68 -
System Red Green Blue C M Y K H S L
Decimal 187 235 202 0.20 0 0.14 0.08 138.75 0.55 0.83
Hex BB EB CA 14 0 E 8 8B 37 53
Octal 273 353 312 24 0 16 10 213 67 123
Binary 10111011 11101011 11001010 10100 0 1110 1000 10001011 110111 1010011

Color Harmonies of #BBEBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBCA

Black with #BBEBCA

Text Example


Text Example

White with #BBEBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBCA; }

 p { color: rgb(187,235,202); }

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

background-color css

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

 a { background-color: rgb(187,235,202); }

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

border-color css

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

 span { border-color: rgb(187,235,202); }

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