Html Css Color HEX #B2CECB Sinbad

📋 copy color: '#B2CECB'

red 178 ◦ green 206 ◦ blue 203

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

Shades of Sinbad #B2CECB

Tints of Sinbad #B2CECB

RGB

 RED value IS 178 (69.92% from 255) = 30.32%

 GREEN value IS 206 (80.86% from 255) = 35.09%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 30.32%
G = 35.09%
B = 34.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B2CECB (or 0xB2CECB) is known color: Sinbad. HEX triplet: B2, CE and CB. RGB value is (178,206,203). Sum of RGB (Red+Green+Blue) = 178+206+203=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CECB is #4D3134. Grayscale: #C5C5C5. Windows color (decimal): -5058869 or 13356722. OLE color: 13356722.

HSL color Cylindrical-coordinate representation of color #B2CECB: hue angle of 173.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CECB is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 203 -
CMYK 0.14 0 0.01 0.19
HSL 173.57º 0.22% 0.75% -
HSV(B) 173.57º 0.14% 0.81% -
XYZ 51.21 57.92 64.98 -
YUV 197.29 131.22 114.24 -
System Red Green Blue C M Y K H S L
Decimal 178 206 203 0.14 0 0.01 0.19 173.57 0.22 0.75
Hex B2 CE CB E 0 1 13 AE 16 4B
Octal 262 316 313 16 0 1 23 256 26 113
Binary 10110010 11001110 11001011 1110 0 1 10011 10101110 10110 1001011

Color Harmonies of #B2CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CECB

Black with #B2CECB

Text Example


Text Example

White with #B2CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CECB; }

 p { color: rgb(178,206,203); }

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

background-color css

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

 a { background-color: rgb(178,206,203); }

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

border-color css

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

 span { border-color: rgb(178,206,203); }

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