Html Css Color HEX #BBEFFF Onahau

📋 copy color: '#BBEFFF'

red 187 ◦ green 239 ◦ blue 255

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

Shades of Onahau #BBEFFF

Tints of Onahau #BBEFFF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.1%

 BLUE value IS 255 (100% from 255) = 37.44%

R = 27.46%
G = 35.1%
B = 37.44%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBEFFF (or 0xBBEFFF) is known color: Onahau. HEX triplet: BB, EF and FF. RGB value is (187,239,255). Sum of RGB (Red+Green+Blue) = 187+239+255=681 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.46% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBEFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEFFF is #441000. Grayscale: #E1E1E1. Windows color (decimal): -4460545 or 16773051. OLE color: 16773051.

HSL color Cylindrical-coordinate representation of color #BBEFFF: hue angle of 194.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBEFFF is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 239 255 -
CMYK 0.27 0.06 0 0
HSL 194.12º 1% 0.87% -
HSV(B) 194.12º 0.27% 1% -
XYZ 69.41 79.52 106.3 -
YUV 225.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 187 239 255 0.27 0.06 0 0 194.12 1 0.87
Hex BB EF FF 1B 6 0 0 C2 64 57
Octal 273 357 377 33 6 0 0 302 144 127
Binary 10111011 11101111 11111111 11011 110 0 0 11000010 1100100 1010111

Color Harmonies of #BBEFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFFF

Black with #BBEFFF

Text Example


Text Example

White with #BBEFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFFF; }

 p { color: rgb(187,239,255); }

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

background-color css

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

 a { background-color: rgb(187,239,255); }

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

border-color css

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

 span { border-color: rgb(187,239,255); }

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