Html Css Color HEX #BBFCCF Granny Apple

📋 copy color: '#BBFCCF'

red 187 ◦ green 252 ◦ blue 207

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

Shades of Granny Apple #BBFCCF

Tints of Granny Apple #BBFCCF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.01%

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

R = 28.95%
G = 39.01%
B = 32.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#BBFCCF (or 0xBBFCCF) is known color: Granny Apple. HEX triplet: BB, FC and CF. RGB value is (187,252,207). Sum of RGB (Red+Green+Blue) = 187+252+207=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 207 (81.25% from 255 or 32.04% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFCCF is #440330. Grayscale: #E3E3E3. Windows color (decimal): -4457265 or 13630651. OLE color: 13630651.

HSL color Cylindrical-coordinate representation of color #BBFCCF: hue angle of 138.46º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFCCF is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 252 207 -
CMYK 0.26 0 0.18 0.01
HSL 138.46º 0.92% 0.86% -
HSV(B) 138.46º 0.26% 0.99% -
XYZ 66.57 84.69 71.87 -
YUV 227.44 116.47 99.16 -
System Red Green Blue C M Y K H S L
Decimal 187 252 207 0.26 0 0.18 0.01 138.46 0.92 0.86
Hex BB FC CF 1A 0 12 1 8A 5C 56
Octal 273 374 317 32 0 22 1 212 134 126
Binary 10111011 11111100 11001111 11010 0 10010 1 10001010 1011100 1010110

Color Harmonies of #BBFCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFCCF

Black with #BBFCCF

Text Example


Text Example

White with #BBFCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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