Html Css Color HEX #B0DCCF Cruise

📋 copy color: '#B0DCCF'

red 176 ◦ green 220 ◦ blue 207

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

Shades of Cruise #B0DCCF

Tints of Cruise #B0DCCF

RGB

 RED value IS 176 (69.14% from 255) = 29.19%

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

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

R = 29.19%
G = 36.48%
B = 34.33%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#B0DCCF (or 0xB0DCCF) is known color: Cruise. HEX triplet: B0, DC and CF. RGB value is (176,220,207). Sum of RGB (Red+Green+Blue) = 176+220+207=603 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.19% from 603); Green value is 220 (86.33% from 255 or 36.48% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCF is #4F2330. Grayscale: #CDCDCD. Windows color (decimal): -5186353 or 13622448. OLE color: 13622448.

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

Color convert

RGB 176 220 207 -
CMYK 0.2 0 0.06 0.14
HSL 162.27º 0.39% 0.78% -
HSV(B) 162.27º 0.2% 0.86% -
XYZ 54.76 64.92 68.68 -
YUV 205.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 176 220 207 0.2 0 0.06 0.14 162.27 0.39 0.78
Hex B0 DC CF 14 0 6 E A2 27 4E
Octal 260 334 317 24 0 6 16 242 47 116
Binary 10110000 11011100 11001111 10100 0 110 1110 10100010 100111 1001110

Color Harmonies of #B0DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCCF

Black with #B0DCCF

Text Example


Text Example

White with #B0DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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