Html Css Color HEX #BDDBD7 Cruise

📋 copy color: '#BDDBD7'

red 189 ◦ green 219 ◦ blue 215

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

Shades of Cruise #BDDBD7

Tints of Cruise #BDDBD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.51%

R = 30.34%
G = 35.15%
B = 34.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#BDDBD7 (or 0xBDDBD7) is known color: Cruise. HEX triplet: BD, DB and D7. RGB value is (189,219,215). Sum of RGB (Red+Green+Blue) = 189+219+215=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDBD7 is #422428. Grayscale: #D1D1D1. Windows color (decimal): -4334633 or 14146493. OLE color: 14146493.

HSL color Cylindrical-coordinate representation of color #BDDBD7: hue angle of 172º 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 #BDDBD7 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 219 215 -
CMYK 0.14 0 0.02 0.14
HSL 172º 0.29% 0.8% -
HSV(B) 172º 0.14% 0.86% -
XYZ 58.58 66.39 74.02 -
YUV 209.57 131.06 113.33 -
System Red Green Blue C M Y K H S L
Decimal 189 219 215 0.14 0 0.02 0.14 172 0.29 0.8
Hex BD DB D7 E 0 2 E AC 1D 50
Octal 275 333 327 16 0 2 16 254 35 120
Binary 10111101 11011011 11010111 1110 0 10 1110 10101100 11101 1010000

Color Harmonies of #BDDBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDDBD7

Black with #BDDBD7

Text Example


Text Example

White with #BDDBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDDBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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