Html Css Color HEX #B0CCDB French Pass

📋 copy color: '#B0CCDB'

red 176 ◦ green 204 ◦ blue 219

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

Shades of French Pass #B0CCDB

Tints of French Pass #B0CCDB

RGB

 RED value IS 176 (69.14% from 255) = 29.38%

 GREEN value IS 204 (80.08% from 255) = 34.06%

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

R = 29.38%
G = 34.06%
B = 36.56%

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

#B0CCDB (or 0xB0CCDB) is known color: French Pass. HEX triplet: B0, CC and DB. RGB value is (176,204,219). Sum of RGB (Red+Green+Blue) = 176+204+219=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 204 (80.08% from 255 or 34.06% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCDB is #4F3324. Grayscale: #C5C5C5. Windows color (decimal): -5190437 or 14404784. OLE color: 14404784.

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

Color convert

RGB 176 204 219 -
CMYK 0.20 0.07 0 0.14
HSL 200.93º 0.37% 0.77% -
HSV(B) 200.93º 0.2% 0.86% -
XYZ 52.28 57.53 75.37 -
YUV 197.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 176 204 219 0.20 0.07 0 0.14 200.93 0.37 0.77
Hex B0 CC DB 14 7 0 E C9 25 4D
Octal 260 314 333 24 7 0 16 311 45 115
Binary 10110000 11001100 11011011 10100 111 0 1110 11001001 100101 1001101

Color Harmonies of #B0CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CCDB

Black with #B0CCDB

Text Example


Text Example

White with #B0CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CCDB; }

 p { color: rgb(176,204,219); }

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

background-color css

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

 a { background-color: rgb(176,204,219); }

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

border-color css

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

 span { border-color: rgb(176,204,219); }

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