Html Css Color HEX #BBEAEE Onahau

📋 copy color: '#BBEAEE'

red 187 ◦ green 234 ◦ blue 238

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

Shades of Onahau #BBEAEE

Tints of Onahau #BBEAEE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.51%

 BLUE value IS 238 (93.36% from 255) = 36.12%

R = 28.38%
G = 35.51%
B = 36.12%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBEAEE (or 0xBBEAEE) is known color: Onahau. HEX triplet: BB, EA and EE. RGB value is (187,234,238). Sum of RGB (Red+Green+Blue) = 187+234+238=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBEAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAEE is #441511. Grayscale: #DCDCDC. Windows color (decimal): -4461842 or 15657659. OLE color: 15657659.

HSL color Cylindrical-coordinate representation of color #BBEAEE: hue angle of 184.71º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEAEE is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 234 238 -
CMYK 0.21 0.02 0 0.07
HSL 184.71º 0.6% 0.83% -
HSV(B) 184.71º 0.21% 0.93% -
XYZ 65.35 75.58 92.03 -
YUV 220.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 187 234 238 0.21 0.02 0 0.07 184.71 0.6 0.83
Hex BB EA EE 15 2 0 7 B9 3C 53
Octal 273 352 356 25 2 0 7 271 74 123
Binary 10111011 11101010 11101110 10101 10 0 111 10111001 111100 1010011

Color Harmonies of #BBEAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAEE

Black with #BBEAEE

Text Example


Text Example

White with #BBEAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAEE; }

 p { color: rgb(187,234,238); }

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

background-color css

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

 a { background-color: rgb(187,234,238); }

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

border-color css

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

 span { border-color: rgb(187,234,238); }

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