Html Css Color HEX #B1CDDC French Pass

📋 copy color: '#B1CDDC'

red 177 ◦ green 205 ◦ blue 220

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

Shades of French Pass #B1CDDC

Tints of French Pass #B1CDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 29.4%
G = 34.05%
B = 36.54%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B1CDDC (or 0xB1CDDC) is known color: French Pass. HEX triplet: B1, CD and DC. RGB value is (177,205,220). Sum of RGB (Red+Green+Blue) = 177+205+220=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1CDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDDC is #4E3223. Grayscale: #C6C6C6. Windows color (decimal): -5124644 or 14470577. OLE color: 14470577.

HSL color Cylindrical-coordinate representation of color #B1CDDC: hue angle of 200.93º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CDDC is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 205 220 -
CMYK 0.20 0.07 0 0.14
HSL 200.93º 0.38% 0.78% -
HSV(B) 200.93º 0.2% 0.86% -
XYZ 52.88 58.18 76.15 -
YUV 198.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 177 205 220 0.20 0.07 0 0.14 200.93 0.38 0.78
Hex B1 CD DC 14 7 0 E C9 26 4E
Octal 261 315 334 24 7 0 16 311 46 116
Binary 10110001 11001101 11011100 10100 111 0 1110 11001001 100110 1001110

Color Harmonies of #B1CDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDDC

Black with #B1CDDC

Text Example


Text Example

White with #B1CDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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