Html Css Color HEX #BDF1FB Onahau

📋 copy color: '#BDF1FB'

red 189 ◦ green 241 ◦ blue 251

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

Shades of Onahau #BDF1FB

Tints of Onahau #BDF1FB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.39%

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

R = 27.75%
G = 35.39%
B = 36.86%

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

#BDF1FB (or 0xBDF1FB) is known color: Onahau. HEX triplet: BD, F1 and FB. RGB value is (189,241,251). Sum of RGB (Red+Green+Blue) = 189+241+251=681 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.75% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF1FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF1FB is #420E04. Grayscale: #E2E2E2. Windows color (decimal): -4328965 or 16511421. OLE color: 16511421.

HSL color Cylindrical-coordinate representation of color #BDF1FB: hue angle of 189.68º 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 #BDF1FB is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 241 251 -
CMYK 0.25 0.04 0 0.02
HSL 189.68º 0.89% 0.86% -
HSV(B) 189.68º 0.25% 0.98% -
XYZ 69.85 80.69 103.16 -
YUV 226.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 189 241 251 0.25 0.04 0 0.02 189.68 0.89 0.86
Hex BD F1 FB 19 4 0 2 BE 59 56
Octal 275 361 373 31 4 0 2 276 131 126
Binary 10111101 11110001 11111011 11001 100 0 10 10111110 1011001 1010110

Color Harmonies of #BDF1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF1FB

Black with #BDF1FB

Text Example


Text Example

White with #BDF1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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