Html Css Color HEX #B1CEDB French Pass

📋 copy color: '#B1CEDB'

red 177 ◦ green 206 ◦ blue 219

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

Shades of French Pass #B1CEDB

Tints of French Pass #B1CEDB

RGB

 RED value IS 177 (69.53% from 255) = 29.4%

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

 BLUE value IS 219 (85.94% from 255) = 36.38%

R = 29.4%
G = 34.22%
B = 36.38%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1CEDB (or 0xB1CEDB) is known color: French Pass. HEX triplet: B1, CE and DB. RGB value is (177,206,219). Sum of RGB (Red+Green+Blue) = 177+206+219=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEDB is #4E3124. Grayscale: #C6C6C6. Windows color (decimal): -5124389 or 14405297. OLE color: 14405297.

HSL color Cylindrical-coordinate representation of color #B1CEDB: hue angle of 198.57º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1CEDB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 206 219 -
CMYK 0.19 0.06 0 0.14
HSL 198.57º 0.37% 0.78% -
HSV(B) 198.57º 0.19% 0.86% -
XYZ 52.99 58.6 75.54 -
YUV 198.81 139.39 112.44 -
System Red Green Blue C M Y K H S L
Decimal 177 206 219 0.19 0.06 0 0.14 198.57 0.37 0.78
Hex B1 CE DB 13 6 0 E C7 25 4E
Octal 261 316 333 23 6 0 16 307 45 116
Binary 10110001 11001110 11011011 10011 110 0 1110 11000111 100101 1001110

Color Harmonies of #B1CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEDB

Black with #B1CEDB

Text Example


Text Example

White with #B1CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEDB; }

 p { color: rgb(177,206,219); }

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

background-color css

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

 a { background-color: rgb(177,206,219); }

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

border-color css

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

 span { border-color: rgb(177,206,219); }

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