Html Css Color HEX #B2BBED Perano

📋 copy color: '#B2BBED'

red 178 ◦ green 187 ◦ blue 237

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

Shades of Perano #B2BBED

Tints of Perano #B2BBED

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.06%

 BLUE value IS 237 (92.97% from 255) = 39.37%

R = 29.57%
G = 31.06%
B = 39.37%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2BBED (or 0xB2BBED) is known color: Perano. HEX triplet: B2, BB and ED. RGB value is (178,187,237). Sum of RGB (Red+Green+Blue) = 178+187+237=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #B2BBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBED is #4D4412. Grayscale: #BDBDBD. Windows color (decimal): -5063699 or 15580082. OLE color: 15580082.

HSL color Cylindrical-coordinate representation of color #B2BBED: hue angle of 230.85º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2BBED is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 187 237 -
CMYK 0.25 0.21 0 0.07
HSL 230.85º 0.62% 0.81% -
HSV(B) 230.85º 0.25% 0.93% -
XYZ 51.42 51.12 87.28 -
YUV 190.01 154.52 119.43 -
System Red Green Blue C M Y K H S L
Decimal 178 187 237 0.25 0.21 0 0.07 230.85 0.62 0.81
Hex B2 BB ED 19 15 0 7 E7 3E 51
Octal 262 273 355 31 25 0 7 347 76 121
Binary 10110010 10111011 11101101 11001 10101 0 111 11100111 111110 1010001

Color Harmonies of #B2BBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBED

Black with #B2BBED

Text Example


Text Example

White with #B2BBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBED; }

 p { color: rgb(178,187,237); }

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

background-color css

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

 a { background-color: rgb(178,187,237); }

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

border-color css

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

 span { border-color: rgb(178,187,237); }

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