Html Css Color HEX #B0CEDB French Pass

📋 copy color: '#B0CEDB'

red 176 ◦ green 206 ◦ blue 219

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

Shades of French Pass #B0CEDB

Tints of French Pass #B0CEDB

RGB

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

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

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

R = 29.28%
G = 34.28%
B = 36.44%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0CEDB (or 0xB0CEDB) is known color: French Pass. HEX triplet: B0, CE and DB. RGB value is (176,206,219). Sum of RGB (Red+Green+Blue) = 176+206+219=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 206 (80.86% from 255 or 34.28% 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 #B0CEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CEDB is #4F3124. Grayscale: #C6C6C6. Windows color (decimal): -5189925 or 14405296. OLE color: 14405296.

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

Color convert

RGB 176 206 219 -
CMYK 0.20 0.06 0 0.14
HSL 198.14º 0.37% 0.77% -
HSV(B) 198.14º 0.2% 0.86% -
XYZ 52.76 58.49 75.53 -
YUV 198.51 139.56 111.94 -
System Red Green Blue C M Y K H S L
Decimal 176 206 219 0.20 0.06 0 0.14 198.14 0.37 0.77
Hex B0 CE DB 14 6 0 E C6 25 4D
Octal 260 316 333 24 6 0 16 306 45 115
Binary 10110000 11001110 11011011 10100 110 0 1110 11000110 100101 1001101

Color Harmonies of #B0CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEDB

Black with #B0CEDB

Text Example


Text Example

White with #B0CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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