Html Css Color HEX #BBECCD Granny Apple

📋 copy color: '#BBECCD'

red 187 ◦ green 236 ◦ blue 205

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

Shades of Granny Apple #BBECCD

Tints of Granny Apple #BBECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.58%

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

R = 29.78%
G = 37.58%
B = 32.64%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#BBECCD (or 0xBBECCD) is known color: Granny Apple. HEX triplet: BB, EC and CD. RGB value is (187,236,205). Sum of RGB (Red+Green+Blue) = 187+236+205=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #BBECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBECCD is #441332. Grayscale: #D9D9D9. Windows color (decimal): -4461363 or 13495483. OLE color: 13495483.

HSL color Cylindrical-coordinate representation of color #BBECCD: hue angle of 142.04º degrees, saturation: 0.56, 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 #BBECCD is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 236 205 -
CMYK 0.21 0 0.13 0.07
HSL 142.04º 0.56% 0.83% -
HSV(B) 142.04º 0.21% 0.93% -
XYZ 61.51 74.96 68.99 -
YUV 217.82 120.77 106.02 -
System Red Green Blue C M Y K H S L
Decimal 187 236 205 0.21 0 0.13 0.07 142.04 0.56 0.83
Hex BB EC CD 15 0 D 7 8E 38 53
Octal 273 354 315 25 0 15 7 216 70 123
Binary 10111011 11101100 11001101 10101 0 1101 111 10001110 111000 1010011

Color Harmonies of #BBECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBECCD

Black with #BBECCD

Text Example


Text Example

White with #BBECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBECCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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