Html Css Color HEX #BBFBCF Granny Apple

📋 copy color: '#BBFBCF'

red 187 ◦ green 251 ◦ blue 207

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

Shades of Granny Apple #BBFBCF

Tints of Granny Apple #BBFBCF

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.91%

 BLUE value IS 207 (81.25% from 255) = 32.09%

R = 28.99%
G = 38.91%
B = 32.09%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#BBFBCF (or 0xBBFBCF) is known color: Granny Apple. HEX triplet: BB, FB and CF. RGB value is (187,251,207). Sum of RGB (Red+Green+Blue) = 187+251+207=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #BBFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFBCF is #440430. Grayscale: #E2E2E2. Windows color (decimal): -4457521 or 13630395. OLE color: 13630395.

HSL color Cylindrical-coordinate representation of color #BBFBCF: hue angle of 138.75º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFBCF is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 251 207 -
CMYK 0.25 0 0.18 0.02
HSL 138.75º 0.89% 0.86% -
HSV(B) 138.75º 0.25% 0.98% -
XYZ 66.25 84.06 71.77 -
YUV 226.85 116.8 99.58 -
System Red Green Blue C M Y K H S L
Decimal 187 251 207 0.25 0 0.18 0.02 138.75 0.89 0.86
Hex BB FB CF 19 0 12 2 8B 59 56
Octal 273 373 317 31 0 22 2 213 131 126
Binary 10111011 11111011 11001111 11001 0 10010 10 10001011 1011001 1010110

Color Harmonies of #BBFBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFBCF

Black with #BBFBCF

Text Example


Text Example

White with #BBFBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFBCF; }

 p { color: rgb(187,251,207); }

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

background-color css

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

 a { background-color: rgb(187,251,207); }

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

border-color css

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

 span { border-color: rgb(187,251,207); }

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