Html Css Color HEX #B9DCCF Cruise

📋 copy color: '#B9DCCF'

red 185 ◦ green 220 ◦ blue 207

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

Shades of Cruise #B9DCCF

Tints of Cruise #B9DCCF

RGB

 RED value IS 185 (72.66% from 255) = 30.23%

 GREEN value IS 220 (86.33% from 255) = 35.95%

 BLUE value IS 207 (81.25% from 255) = 33.82%

R = 30.23%
G = 35.95%
B = 33.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#B9DCCF (or 0xB9DCCF) is known color: Cruise. HEX triplet: B9, DC and CF. RGB value is (185,220,207). Sum of RGB (Red+Green+Blue) = 185+220+207=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCCF is #462330. Grayscale: #D0D0D0. Windows color (decimal): -4596529 or 13622457. OLE color: 13622457.

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

Color convert

RGB 185 220 207 -
CMYK 0.16 0 0.06 0.14
HSL 157.71º 0.33% 0.79% -
HSV(B) 157.71º 0.16% 0.86% -
XYZ 56.86 66.01 68.77 -
YUV 208.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 185 220 207 0.16 0 0.06 0.14 157.71 0.33 0.79
Hex B9 DC CF 10 0 6 E 9E 21 4F
Octal 271 334 317 20 0 6 16 236 41 117
Binary 10111001 11011100 11001111 10000 0 110 1110 10011110 100001 1001111

Color Harmonies of #B9DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9DCCF

Black with #B9DCCF

Text Example


Text Example

White with #B9DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9DCCF; }

 p { color: rgb(185,220,207); }

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

background-color css

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

 a { background-color: rgb(185,220,207); }

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

border-color css

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

 span { border-color: rgb(185,220,207); }

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