Html Css Color HEX #B1CDDB French Pass

📋 copy color: '#B1CDDB'

red 177 ◦ green 205 ◦ blue 219

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

Shades of French Pass #B1CDDB

Tints of French Pass #B1CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.11%

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

R = 29.45%
G = 34.11%
B = 36.44%

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

#B1CDDB (or 0xB1CDDB) is known color: French Pass. HEX triplet: B1, CD and DB. RGB value is (177,205,219). Sum of RGB (Red+Green+Blue) = 177+205+219=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 205 (80.47% from 255 or 34.11% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #B1CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDDB is #4E3224. Grayscale: #C6C6C6. Windows color (decimal): -5124645 or 14405041. OLE color: 14405041.

HSL color Cylindrical-coordinate representation of color #B1CDDB: hue angle of 200º 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 #B1CDDB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 205 219 -
CMYK 0.19 0.06 0 0.14
HSL 200º 0.37% 0.78% -
HSV(B) 200º 0.19% 0.86% -
XYZ 52.75 58.12 75.46 -
YUV 198.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 177 205 219 0.19 0.06 0 0.14 200 0.37 0.78
Hex B1 CD DB 13 6 0 E C8 25 4E
Octal 261 315 333 23 6 0 16 310 45 116
Binary 10110001 11001101 11011011 10011 110 0 1110 11001000 100101 1001110

Color Harmonies of #B1CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDDB

Black with #B1CDDB

Text Example


Text Example

White with #B1CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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