Html Css Color HEX #BBEDCD Granny Apple

📋 copy color: '#BBEDCD'

red 187 ◦ green 237 ◦ blue 205

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

Shades of Granny Apple #BBEDCD

Tints of Granny Apple #BBEDCD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

 BLUE value IS 205 (80.47% from 255) = 32.59%

R = 29.73%
G = 37.68%
B = 32.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#BBEDCD (or 0xBBEDCD) is known color: Granny Apple. HEX triplet: BB, ED and CD. RGB value is (187,237,205). Sum of RGB (Red+Green+Blue) = 187+237+205=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #BBEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEDCD is #441232. Grayscale: #DADADA. Windows color (decimal): -4461107 or 13495739. OLE color: 13495739.

HSL color Cylindrical-coordinate representation of color #BBEDCD: hue angle of 141.6º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEDCD is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 237 205 -
CMYK 0.21 0 0.14 0.07
HSL 141.6º 0.58% 0.83% -
HSV(B) 141.6º 0.21% 0.93% -
XYZ 61.8 75.54 69.08 -
YUV 218.4 120.44 105.6 -
System Red Green Blue C M Y K H S L
Decimal 187 237 205 0.21 0 0.14 0.07 141.6 0.58 0.83
Hex BB ED CD 15 0 E 7 8E 3A 53
Octal 273 355 315 25 0 16 7 216 72 123
Binary 10111011 11101101 11001101 10101 0 1110 111 10001110 111010 1010011

Color Harmonies of #BBEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDCD

Black with #BBEDCD

Text Example


Text Example

White with #BBEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDCD; }

 p { color: rgb(187,237,205); }

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

background-color css

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

 a { background-color: rgb(187,237,205); }

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

border-color css

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

 span { border-color: rgb(187,237,205); }

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