Html Css Color HEX #BBEAFC Onahau

📋 copy color: '#BBEAFC'

red 187 ◦ green 234 ◦ blue 252

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

Shades of Onahau #BBEAFC

Tints of Onahau #BBEAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.44%

R = 27.79%
G = 34.77%
B = 37.44%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBEAFC (or 0xBBEAFC) is known color: Onahau. HEX triplet: BB, EA and FC. RGB value is (187,234,252). Sum of RGB (Red+Green+Blue) = 187+234+252=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEAFC is #441503. Grayscale: #DDDDDD. Windows color (decimal): -4461828 or 16575163. OLE color: 16575163.

HSL color Cylindrical-coordinate representation of color #BBEAFC: hue angle of 196.62º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBEAFC is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 234 252 -
CMYK 0.26 0.07 0 0.01
HSL 196.62º 0.92% 0.86% -
HSV(B) 196.62º 0.26% 0.99% -
XYZ 67.49 76.44 103.29 -
YUV 222 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 187 234 252 0.26 0.07 0 0.01 196.62 0.92 0.86
Hex BB EA FC 1A 7 0 1 C5 5C 56
Octal 273 352 374 32 7 0 1 305 134 126
Binary 10111011 11101010 11111100 11010 111 0 1 11000101 1011100 1010110

Color Harmonies of #BBEAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEAFC

Black with #BBEAFC

Text Example


Text Example

White with #BBEAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEAFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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