Html Css Color HEX #B4DFCF Cruise

📋 copy color: '#B4DFCF'

red 180 ◦ green 223 ◦ blue 207

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

Shades of Cruise #B4DFCF

Tints of Cruise #B4DFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.56%

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

R = 29.51%
G = 36.56%
B = 33.93%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B4DFCF (or 0xB4DFCF) is known color: Cruise. HEX triplet: B4, DF and CF. RGB value is (180,223,207). Sum of RGB (Red+Green+Blue) = 180+223+207=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFCF is #4B2030. Grayscale: #D0D0D0. Windows color (decimal): -4923441 or 13623220. OLE color: 13623220.

HSL color Cylindrical-coordinate representation of color #B4DFCF: hue angle of 157.67º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4DFCF is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 223 207 -
CMYK 0.19 0 0.07 0.13
HSL 157.67º 0.4% 0.79% -
HSV(B) 157.67º 0.19% 0.87% -
XYZ 56.47 66.98 68.98 -
YUV 208.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 180 223 207 0.19 0 0.07 0.13 157.67 0.4 0.79
Hex B4 DF CF 13 0 7 D 9E 28 4F
Octal 264 337 317 23 0 7 15 236 50 117
Binary 10110100 11011111 11001111 10011 0 111 1101 10011110 101000 1001111

Color Harmonies of #B4DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DFCF

Black with #B4DFCF

Text Example


Text Example

White with #B4DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DFCF; }

 p { color: rgb(180,223,207); }

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

background-color css

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

 a { background-color: rgb(180,223,207); }

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

border-color css

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

 span { border-color: rgb(180,223,207); }

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