Html Css Color HEX #B8DFCF Cruise

📋 copy color: '#B8DFCF'

red 184 ◦ green 223 ◦ blue 207

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

Shades of Cruise #B8DFCF

Tints of Cruise #B8DFCF

RGB

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

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

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

R = 29.97%
G = 36.32%
B = 33.71%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B8DFCF (or 0xB8DFCF) is known color: Cruise. HEX triplet: B8, DF and CF. RGB value is (184,223,207). Sum of RGB (Red+Green+Blue) = 184+223+207=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DFCF is #472030. Grayscale: #D1D1D1. Windows color (decimal): -4661297 or 13623224. OLE color: 13623224.

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

Color convert

RGB 184 223 207 -
CMYK 0.17 0 0.07 0.13
HSL 155.38º 0.38% 0.8% -
HSV(B) 155.38º 0.17% 0.87% -
XYZ 57.42 67.47 69.03 -
YUV 209.52 126.58 109.8 -
System Red Green Blue C M Y K H S L
Decimal 184 223 207 0.17 0 0.07 0.13 155.38 0.38 0.8
Hex B8 DF CF 11 0 7 D 9B 26 50
Octal 270 337 317 21 0 7 15 233 46 120
Binary 10111000 11011111 11001111 10001 0 111 1101 10011011 100110 1010000

Color Harmonies of #B8DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DFCF

Black with #B8DFCF

Text Example


Text Example

White with #B8DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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