Html Css Color HEX #BDF0FB Onahau

📋 copy color: '#BDF0FB'

red 189 ◦ green 240 ◦ blue 251

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

Shades of Onahau #BDF0FB

Tints of Onahau #BDF0FB

RGB

 RED value IS 189 (74.22% from 255) = 27.79%

 GREEN value IS 240 (94.14% from 255) = 35.29%

 BLUE value IS 251 (98.44% from 255) = 36.91%

R = 27.79%
G = 35.29%
B = 36.91%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDF0FB (or 0xBDF0FB) is known color: Onahau. HEX triplet: BD, F0 and FB. RGB value is (189,240,251). Sum of RGB (Red+Green+Blue) = 189+240+251=680 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.79% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF0FB is #420F04. Grayscale: #E1E1E1. Windows color (decimal): -4329221 or 16511165. OLE color: 16511165.

HSL color Cylindrical-coordinate representation of color #BDF0FB: hue angle of 190.65º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDF0FB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 240 251 -
CMYK 0.25 0.04 0 0.02
HSL 190.65º 0.89% 0.86% -
HSV(B) 190.65º 0.25% 0.98% -
XYZ 69.56 80.1 103.06 -
YUV 226.01 142.1 101.61 -
System Red Green Blue C M Y K H S L
Decimal 189 240 251 0.25 0.04 0 0.02 190.65 0.89 0.86
Hex BD F0 FB 19 4 0 2 BF 59 56
Octal 275 360 373 31 4 0 2 277 131 126
Binary 10111101 11110000 11111011 11001 100 0 10 10111111 1011001 1010110

Color Harmonies of #BDF0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF0FB

Black with #BDF0FB

Text Example


Text Example

White with #BDF0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF0FB; }

 p { color: rgb(189,240,251); }

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

background-color css

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

 a { background-color: rgb(189,240,251); }

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

border-color css

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

 span { border-color: rgb(189,240,251); }

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