Html Css Color HEX #B2CDDB French Pass

📋 copy color: '#B2CDDB'

red 178 ◦ green 205 ◦ blue 219

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

Shades of French Pass #B2CDDB

Tints of French Pass #B2CDDB

RGB

 RED value IS 178 (69.92% from 255) = 29.57%

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

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

R = 29.57%
G = 34.05%
B = 36.38%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2CDDB (or 0xB2CDDB) is known color: French Pass. HEX triplet: B2, CD and DB. RGB value is (178,205,219). Sum of RGB (Red+Green+Blue) = 178+205+219=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 205 (80.47% from 255 or 34.05% 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 #B2CDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDDB is #4D3224. Grayscale: #C6C6C6. Windows color (decimal): -5059109 or 14405042. OLE color: 14405042.

HSL color Cylindrical-coordinate representation of color #B2CDDB: hue angle of 200.49º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CDDB is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 205 219 -
CMYK 0.19 0.06 0 0.14
HSL 200.49º 0.36% 0.78% -
HSV(B) 200.49º 0.19% 0.86% -
XYZ 52.98 58.24 75.47 -
YUV 198.52 139.55 113.36 -
System Red Green Blue C M Y K H S L
Decimal 178 205 219 0.19 0.06 0 0.14 200.49 0.36 0.78
Hex B2 CD DB 13 6 0 E C8 24 4E
Octal 262 315 333 23 6 0 16 310 44 116
Binary 10110010 11001101 11011011 10011 110 0 1110 11001000 100100 1001110

Color Harmonies of #B2CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDDB

Black with #B2CDDB

Text Example


Text Example

White with #B2CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDDB; }

 p { color: rgb(178,205,219); }

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

background-color css

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

 a { background-color: rgb(178,205,219); }

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

border-color css

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

 span { border-color: rgb(178,205,219); }

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