Html Css Color HEX #B2CDD6 French Pass

📋 copy color: '#B2CDD6'

red 178 ◦ green 205 ◦ blue 214

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

Shades of French Pass #B2CDD6

Tints of French Pass #B2CDD6

RGB

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

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

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

R = 29.82%
G = 34.34%
B = 35.85%

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

#B2CDD6 (or 0xB2CDD6) is known color: French Pass. HEX triplet: B2, CD and D6. RGB value is (178,205,214). Sum of RGB (Red+Green+Blue) = 178+205+214=597 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.82% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #B2CDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDD6 is #4D3229. Grayscale: #C5C5C5. Windows color (decimal): -5059114 or 14077362. OLE color: 14077362.

HSL color Cylindrical-coordinate representation of color #B2CDD6: hue angle of 195º 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 #B2CDD6 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 205 214 -
CMYK 0.17 0.04 0 0.16
HSL 195º 0.31% 0.77% -
HSV(B) 195º 0.17% 0.84% -
XYZ 52.33 57.98 72.05 -
YUV 197.95 137.05 113.77 -
System Red Green Blue C M Y K H S L
Decimal 178 205 214 0.17 0.04 0 0.16 195 0.31 0.77
Hex B2 CD D6 11 4 0 10 C3 1F 4D
Octal 262 315 326 21 4 0 20 303 37 115
Binary 10110010 11001101 11010110 10001 100 0 10000 11000011 11111 1001101

Color Harmonies of #B2CDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDD6

Black with #B2CDD6

Text Example


Text Example

White with #B2CDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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