Html Css Color HEX #B0CFDB French Pass

📋 copy color: '#B0CFDB'

red 176 ◦ green 207 ◦ blue 219

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

Shades of French Pass #B0CFDB

Tints of French Pass #B0CFDB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.39%

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

R = 29.24%
G = 34.39%
B = 36.38%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0CFDB (or 0xB0CFDB) is known color: French Pass. HEX triplet: B0, CF and DB. RGB value is (176,207,219). Sum of RGB (Red+Green+Blue) = 176+207+219=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 207 (81.25% from 255 or 34.39% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0CFDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CFDB is #4F3024. Grayscale: #C7C7C7. Windows color (decimal): -5189669 or 14405552. OLE color: 14405552.

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

Color convert

RGB 176 207 219 -
CMYK 0.20 0.05 0 0.14
HSL 196.74º 0.37% 0.77% -
HSV(B) 196.74º 0.2% 0.86% -
XYZ 53 58.97 75.61 -
YUV 199.1 139.23 111.52 -
System Red Green Blue C M Y K H S L
Decimal 176 207 219 0.20 0.05 0 0.14 196.74 0.37 0.77
Hex B0 CF DB 14 5 0 E C5 25 4D
Octal 260 317 333 24 5 0 16 305 45 115
Binary 10110000 11001111 11011011 10100 101 0 1110 11000101 100101 1001101

Color Harmonies of #B0CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CFDB

Black with #B0CFDB

Text Example


Text Example

White with #B0CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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