Html Css Color HEX #BBEBFD Onahau

📋 copy color: '#BBEBFD'

red 187 ◦ green 235 ◦ blue 253

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

Shades of Onahau #BBEBFD

Tints of Onahau #BBEBFD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.81%

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 27.7%
G = 34.81%
B = 37.48%

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

#BBEBFD (or 0xBBEBFD) is known color: Onahau. HEX triplet: BB, EB and FD. RGB value is (187,235,253). Sum of RGB (Red+Green+Blue) = 187+235+253=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBEBFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBFD is #441402. Grayscale: #DEDEDE. Windows color (decimal): -4461571 or 16640955. OLE color: 16640955.

HSL color Cylindrical-coordinate representation of color #BBEBFD: hue angle of 196.36º degrees, saturation: 0.94, 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 #BBEBFD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 235 253 -
CMYK 0.26 0.07 0 0.01
HSL 196.36º 0.94% 0.86% -
HSV(B) 196.36º 0.26% 0.99% -
XYZ 67.93 77.07 104.22 -
YUV 222.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 187 235 253 0.26 0.07 0 0.01 196.36 0.94 0.86
Hex BB EB FD 1A 7 0 1 C4 5E 56
Octal 273 353 375 32 7 0 1 304 136 126
Binary 10111011 11101011 11111101 11010 111 0 1 11000100 1011110 1010110

Color Harmonies of #BBEBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEBFD

Black with #BBEBFD

Text Example


Text Example

White with #BBEBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEBFD; }

 p { color: rgb(187,235,253); }

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

background-color css

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

 a { background-color: rgb(187,235,253); }

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

border-color css

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

 span { border-color: rgb(187,235,253); }

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