Html Css Color HEX #BBDFD7 Cruise

📋 copy color: '#BBDFD7'

red 187 ◦ green 223 ◦ blue 215

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

Shades of Cruise #BBDFD7

Tints of Cruise #BBDFD7

RGB

 RED value IS 187 (73.44% from 255) = 29.92%

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

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

R = 29.92%
G = 35.68%
B = 34.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#BBDFD7 (or 0xBBDFD7) is known color: Cruise. HEX triplet: BB, DF and D7. RGB value is (187,223,215). Sum of RGB (Red+Green+Blue) = 187+223+215=625 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.92% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDFD7 is #442028. Grayscale: #D3D3D3. Windows color (decimal): -4464681 or 14147515. OLE color: 14147515.

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

Color convert

RGB 187 223 215 -
CMYK 0.16 0 0.04 0.13
HSL 166.67º 0.36% 0.8% -
HSV(B) 166.67º 0.16% 0.87% -
XYZ 59.15 68.25 74.35 -
YUV 211.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 187 223 215 0.16 0 0.04 0.13 166.67 0.36 0.8
Hex BB DF D7 10 0 4 D A7 24 50
Octal 273 337 327 20 0 4 15 247 44 120
Binary 10111011 11011111 11010111 10000 0 100 1101 10100111 100100 1010000

Color Harmonies of #BBDFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDFD7

Black with #BBDFD7

Text Example


Text Example

White with #BBDFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDFD7; }

 p { color: rgb(187,223,215); }

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

background-color css

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

 a { background-color: rgb(187,223,215); }

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

border-color css

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

 span { border-color: rgb(187,223,215); }

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