Html Css Color HEX #BBCCBF Surf

📋 copy color: '#BBCCBF'

red 187 ◦ green 204 ◦ blue 191

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

Shades of Surf #BBCCBF

Tints of Surf #BBCCBF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.05%

 BLUE value IS 191 (75% from 255) = 32.82%

R = 32.13%
G = 35.05%
B = 32.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#BBCCBF (or 0xBBCCBF) is known color: Surf. HEX triplet: BB, CC and BF. RGB value is (187,204,191). Sum of RGB (Red+Green+Blue) = 187+204+191=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 191 (75% from 255 or 32.82% from 582); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCBF is #443340. Grayscale: #C5C5C5. Windows color (decimal): -4469569 or 12569787. OLE color: 12569787.

HSL color Cylindrical-coordinate representation of color #BBCCBF: hue angle of 134.12º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCBF is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 191 -
CMYK 0.08 0 0.06 0.2
HSL 134.12º 0.14% 0.77% -
HSV(B) 134.12º 0.08% 0.8% -
XYZ 51.49 57.51 57.68 -
YUV 197.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 187 204 191 0.08 0 0.06 0.2 134.12 0.14 0.77
Hex BB CC BF 8 0 6 14 86 E 4D
Octal 273 314 277 10 0 6 24 206 16 115
Binary 10111011 11001100 10111111 1000 0 110 10100 10000110 1110 1001101

Color Harmonies of #BBCCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCCBF

Black with #BBCCBF

Text Example


Text Example

White with #BBCCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCCBF; }

 p { color: rgb(187,204,191); }

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

background-color css

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

 a { background-color: rgb(187,204,191); }

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

border-color css

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

 span { border-color: rgb(187,204,191); }

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