Html Css Color HEX #B1CDD6 French Pass

📋 copy color: '#B1CDD6'

red 177 ◦ green 205 ◦ blue 214

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

Shades of French Pass #B1CDD6

Tints of French Pass #B1CDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.91%

R = 29.7%
G = 34.4%
B = 35.91%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B1CDD6 (or 0xB1CDD6) is known color: French Pass. HEX triplet: B1, CD and D6. RGB value is (177,205,214). Sum of RGB (Red+Green+Blue) = 177+205+214=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 214 - color contains mainly: blue. Hex color #B1CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CDD6 is #4E3229. Grayscale: #C5C5C5. Windows color (decimal): -5124650 or 14077361. OLE color: 14077361.

HSL color Cylindrical-coordinate representation of color #B1CDD6: hue angle of 194.59º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1CDD6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 205 214 -
CMYK 0.17 0.04 0 0.16
HSL 194.59º 0.31% 0.77% -
HSV(B) 194.59º 0.17% 0.84% -
XYZ 52.1 57.86 72.04 -
YUV 197.65 137.22 113.27 -
System Red Green Blue C M Y K H S L
Decimal 177 205 214 0.17 0.04 0 0.16 194.59 0.31 0.77
Hex B1 CD D6 11 4 0 10 C3 1F 4D
Octal 261 315 326 21 4 0 20 303 37 115
Binary 10110001 11001101 11010110 10001 100 0 10000 11000011 11111 1001101

Color Harmonies of #B1CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CDD6

Black with #B1CDD6

Text Example


Text Example

White with #B1CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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