Html Css Color HEX #BDDBD5 Cruise

📋 copy color: '#BDDBD5'

red 189 ◦ green 219 ◦ blue 213

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

Shades of Cruise #BDDBD5

Tints of Cruise #BDDBD5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.27%

 BLUE value IS 213 (83.59% from 255) = 34.3%

R = 30.43%
G = 35.27%
B = 34.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#BDDBD5 (or 0xBDDBD5) is known color: Cruise. HEX triplet: BD, DB and D5. RGB value is (189,219,213). Sum of RGB (Red+Green+Blue) = 189+219+213=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD5 is #42242A. Grayscale: #D1D1D1. Windows color (decimal): -4334635 or 14015421. OLE color: 14015421.

HSL color Cylindrical-coordinate representation of color #BDDBD5: hue angle of 168º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDBD5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 213 -
CMYK 0.14 0 0.03 0.14
HSL 168º 0.29% 0.8% -
HSV(B) 168º 0.14% 0.86% -
XYZ 58.33 66.29 72.67 -
YUV 209.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 189 219 213 0.14 0 0.03 0.14 168 0.29 0.8
Hex BD DB D5 E 0 3 E A8 1D 50
Octal 275 333 325 16 0 3 16 250 35 120
Binary 10111101 11011011 11010101 1110 0 11 1110 10101000 11101 1010000

Color Harmonies of #BDDBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBD5

Black with #BDDBD5

Text Example


Text Example

White with #BDDBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBD5; }

 p { color: rgb(189,219,213); }

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

background-color css

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

 a { background-color: rgb(189,219,213); }

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

border-color css

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

 span { border-color: rgb(189,219,213); }

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