Html Css Color HEX #BBEDFD Onahau

📋 copy color: '#BBEDFD'

red 187 ◦ green 237 ◦ blue 253

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

Shades of Onahau #BBEDFD

Tints of Onahau #BBEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.01%

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

R = 27.62%
G = 35.01%
B = 37.37%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBEDFD (or 0xBBEDFD) is known color: Onahau. HEX triplet: BB, ED and FD. RGB value is (187,237,253). Sum of RGB (Red+Green+Blue) = 187+237+253=677 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.62% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEDFD is #441202. Grayscale: #DFDFDF. Windows color (decimal): -4461059 or 16641467. OLE color: 16641467.

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

Color convert

RGB 187 237 253 -
CMYK 0.26 0.06 0 0.01
HSL 194.55º 0.94% 0.86% -
HSV(B) 194.55º 0.26% 0.99% -
XYZ 68.51 78.23 104.42 -
YUV 223.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 187 237 253 0.26 0.06 0 0.01 194.55 0.94 0.86
Hex BB ED FD 1A 6 0 1 C3 5E 56
Octal 273 355 375 32 6 0 1 303 136 126
Binary 10111011 11101101 11111101 11010 110 0 1 11000011 1011110 1010110

Color Harmonies of #BBEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEDFD

Black with #BBEDFD

Text Example


Text Example

White with #BBEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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