Html Css Color HEX #BBF1CE Granny Apple

📋 copy color: '#BBF1CE'

red 187 ◦ green 241 ◦ blue 206

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

Shades of Granny Apple #BBF1CE

Tints of Granny Apple #BBF1CE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.01%

 BLUE value IS 206 (80.86% from 255) = 32.49%

R = 29.5%
G = 38.01%
B = 32.49%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#BBF1CE (or 0xBBF1CE) is known color: Granny Apple. HEX triplet: BB, F1 and CE. RGB value is (187,241,206). Sum of RGB (Red+Green+Blue) = 187+241+206=634 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.50% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1CE is #440E31. Grayscale: #DCDCDC. Windows color (decimal): -4460082 or 13562299. OLE color: 13562299.

HSL color Cylindrical-coordinate representation of color #BBF1CE: hue angle of 141.11º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1CE is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 241 206 -
CMYK 0.22 0 0.15 0.05
HSL 141.11º 0.66% 0.84% -
HSV(B) 141.11º 0.22% 0.95% -
XYZ 63.09 77.93 70.11 -
YUV 220.86 119.61 103.85 -
System Red Green Blue C M Y K H S L
Decimal 187 241 206 0.22 0 0.15 0.05 141.11 0.66 0.84
Hex BB F1 CE 16 0 F 5 8D 42 54
Octal 273 361 316 26 0 17 5 215 102 124
Binary 10111011 11110001 11001110 10110 0 1111 101 10001101 1000010 1010100

Color Harmonies of #BBF1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF1CE

Black with #BBF1CE

Text Example


Text Example

White with #BBF1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF1CE; }

 p { color: rgb(187,241,206); }

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

background-color css

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

 a { background-color: rgb(187,241,206); }

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

border-color css

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

 span { border-color: rgb(187,241,206); }

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