Html Css Color HEX #B8DCCE Cruise

📋 copy color: '#B8DCCE'

red 184 ◦ green 220 ◦ blue 206

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

Shades of Cruise #B8DCCE

Tints of Cruise #B8DCCE

RGB

 RED value IS 184 (72.27% from 255) = 30.16%

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

 BLUE value IS 206 (80.86% from 255) = 33.77%

R = 30.16%
G = 36.07%
B = 33.77%

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

#B8DCCE (or 0xB8DCCE) is known color: Cruise. HEX triplet: B8, DC and CE. RGB value is (184,220,206). Sum of RGB (Red+Green+Blue) = 184+220+206=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCCE is #472331. Grayscale: #CFCFCF. Windows color (decimal): -4662066 or 13556920. OLE color: 13556920.

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

Color convert

RGB 184 220 206 -
CMYK 0.16 0 0.06 0.14
HSL 156.67º 0.34% 0.79% -
HSV(B) 156.67º 0.16% 0.86% -
XYZ 56.5 65.83 68.12 -
YUV 207.64 127.07 111.14 -
System Red Green Blue C M Y K H S L
Decimal 184 220 206 0.16 0 0.06 0.14 156.67 0.34 0.79
Hex B8 DC CE 10 0 6 E 9D 22 4F
Octal 270 334 316 20 0 6 16 235 42 117
Binary 10111000 11011100 11001110 10000 0 110 1110 10011101 100010 1001111

Color Harmonies of #B8DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCCE

Black with #B8DCCE

Text Example


Text Example

White with #B8DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCCE; }

 p { color: rgb(184,220,206); }

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

background-color css

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

 a { background-color: rgb(184,220,206); }

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

border-color css

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

 span { border-color: rgb(184,220,206); }

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