Html Css Color HEX #BBF2FE Onahau

📋 copy color: '#BBF2FE'

red 187 ◦ green 242 ◦ blue 254

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

Shades of Onahau #BBF2FE

Tints of Onahau #BBF2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.43%

 BLUE value IS 254 (99.61% from 255) = 37.19%

R = 27.38%
G = 35.43%
B = 37.19%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBF2FE (or 0xBBF2FE) is known color: Onahau. HEX triplet: BB, F2 and FE. RGB value is (187,242,254). Sum of RGB (Red+Green+Blue) = 187+242+254=683 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.38% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBF2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF2FE is #440D01. Grayscale: #E2E2E2. Windows color (decimal): -4459778 or 16708283. OLE color: 16708283.

HSL color Cylindrical-coordinate representation of color #BBF2FE: hue angle of 190.75º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBF2FE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 242 254 -
CMYK 0.26 0.05 0 0.00
HSL 190.75º 0.97% 0.86% -
HSV(B) 190.75º 0.26% 1% -
XYZ 70.14 81.22 105.75 -
YUV 226.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 187 242 254 0.26 0.05 0 0.00 190.75 0.97 0.86
Hex BB F2 FE 1A 5 0 0 BF 61 56
Octal 273 362 376 32 5 0 0 277 141 126
Binary 10111011 11110010 11111110 11010 101 0 0 10111111 1100001 1010110

Color Harmonies of #BBF2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF2FE

Black with #BBF2FE

Text Example


Text Example

White with #BBF2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF2FE; }

 p { color: rgb(187,242,254); }

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

background-color css

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

 a { background-color: rgb(187,242,254); }

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

border-color css

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

 span { border-color: rgb(187,242,254); }

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