Html Css Color HEX #BBE3D7 Cruise

📋 copy color: '#BBE3D7'

red 187 ◦ green 227 ◦ blue 215

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

Shades of Cruise #BBE3D7

Tints of Cruise #BBE3D7

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.09%

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

R = 29.73%
G = 36.09%
B = 34.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#BBE3D7 (or 0xBBE3D7) is known color: Cruise. HEX triplet: BB, E3 and D7. RGB value is (187,227,215). Sum of RGB (Red+Green+Blue) = 187+227+215=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBE3D7 is #441C28. Grayscale: #D5D5D5. Windows color (decimal): -4463657 or 14148539. OLE color: 14148539.

HSL color Cylindrical-coordinate representation of color #BBE3D7: hue angle of 162º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBE3D7 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 227 215 -
CMYK 0.18 0 0.05 0.11
HSL 162º 0.42% 0.81% -
HSV(B) 162º 0.18% 0.89% -
XYZ 60.23 70.41 74.71 -
YUV 213.67 128.75 108.98 -
System Red Green Blue C M Y K H S L
Decimal 187 227 215 0.18 0 0.05 0.11 162 0.42 0.81
Hex BB E3 D7 12 0 5 B A2 2A 51
Octal 273 343 327 22 0 5 13 242 52 121
Binary 10111011 11100011 11010111 10010 0 101 1011 10100010 101010 1010001

Color Harmonies of #BBE3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBE3D7

Black with #BBE3D7

Text Example


Text Example

White with #BBE3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBE3D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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