Html Css Color HEX #BDDDD8 Cruise

📋 copy color: '#BDDDD8'

red 189 ◦ green 221 ◦ blue 216

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

Shades of Cruise #BDDDD8

Tints of Cruise #BDDDD8

RGB

 RED value IS 189 (74.22% from 255) = 30.19%

 GREEN value IS 221 (86.72% from 255) = 35.3%

 BLUE value IS 216 (84.77% from 255) = 34.5%

R = 30.19%
G = 35.3%
B = 34.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#BDDDD8 (or 0xBDDDD8) is known color: Cruise. HEX triplet: BD, DD and D8. RGB value is (189,221,216). Sum of RGB (Red+Green+Blue) = 189+221+216=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDD8 is #422227. Grayscale: #D2D2D2. Windows color (decimal): -4334120 or 14212541. OLE color: 14212541.

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

Color convert

RGB 189 221 216 -
CMYK 0.14 0 0.02 0.13
HSL 170.63º 0.32% 0.8% -
HSV(B) 170.63º 0.14% 0.87% -
XYZ 59.24 67.49 74.87 -
YUV 210.86 130.9 112.41 -
System Red Green Blue C M Y K H S L
Decimal 189 221 216 0.14 0 0.02 0.13 170.63 0.32 0.8
Hex BD DD D8 E 0 2 D AB 20 50
Octal 275 335 330 16 0 2 15 253 40 120
Binary 10111101 11011101 11011000 1110 0 10 1101 10101011 100000 1010000

Color Harmonies of #BDDDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDDD8

Black with #BDDDD8

Text Example


Text Example

White with #BDDDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDDD8; }

 p { color: rgb(189,221,216); }

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

background-color css

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

 a { background-color: rgb(189,221,216); }

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

border-color css

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

 span { border-color: rgb(189,221,216); }

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