Html Css Color HEX #B8DCCF Cruise

📋 copy color: '#B8DCCF'

red 184 ◦ green 220 ◦ blue 207

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

Shades of Cruise #B8DCCF

Tints of Cruise #B8DCCF

RGB

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

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

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

R = 30.11%
G = 36.01%
B = 33.88%

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

#B8DCCF (or 0xB8DCCF) is known color: Cruise. HEX triplet: B8, DC and CF. RGB value is (184,220,207). Sum of RGB (Red+Green+Blue) = 184+220+207=611 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.11% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCCF is #472330. Grayscale: #CFCFCF. Windows color (decimal): -4662065 or 13622456. OLE color: 13622456.

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

Color convert

RGB 184 220 207 -
CMYK 0.16 0 0.06 0.14
HSL 158.33º 0.34% 0.79% -
HSV(B) 158.33º 0.16% 0.86% -
XYZ 56.62 65.88 68.76 -
YUV 207.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 184 220 207 0.16 0 0.06 0.14 158.33 0.34 0.79
Hex B8 DC CF 10 0 6 E 9E 22 4F
Octal 270 334 317 20 0 6 16 236 42 117
Binary 10111000 11011100 11001111 10000 0 110 1110 10011110 100010 1001111

Color Harmonies of #B8DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DCCF

Black with #B8DCCF

Text Example


Text Example

White with #B8DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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