Html Css Color HEX #B4DCCE Cruise

📋 copy color: '#B4DCCE'

red 180 ◦ green 220 ◦ blue 206

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

Shades of Cruise #B4DCCE

Tints of Cruise #B4DCCE

RGB

 RED value IS 180 (70.7% from 255) = 29.7%

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

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

R = 29.7%
G = 36.3%
B = 33.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#B4DCCE (or 0xB4DCCE) is known color: Cruise. HEX triplet: B4, DC and CE. RGB value is (180,220,206). Sum of RGB (Red+Green+Blue) = 180+220+206=606 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.70% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 206 (80.86% from 255 or 33.99% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCCE is #4B2331. Grayscale: #CECECE. Windows color (decimal): -4924210 or 13556916. OLE color: 13556916.

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

Color convert

RGB 180 220 206 -
CMYK 0.18 0 0.06 0.14
HSL 159º 0.36% 0.78% -
HSV(B) 159º 0.18% 0.86% -
XYZ 55.56 65.35 68.08 -
YUV 206.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 180 220 206 0.18 0 0.06 0.14 159 0.36 0.78
Hex B4 DC CE 12 0 6 E 9F 24 4E
Octal 264 334 316 22 0 6 16 237 44 116
Binary 10110100 11011100 11001110 10010 0 110 1110 10011111 100100 1001110

Color Harmonies of #B4DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCCE

Black with #B4DCCE

Text Example


Text Example

White with #B4DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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