Html Css Color HEX #BDF3FB Onahau

📋 copy color: '#BDF3FB'

red 189 ◦ green 243 ◦ blue 251

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

Shades of Onahau #BDF3FB

Tints of Onahau #BDF3FB

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.58%

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

R = 27.67%
G = 35.58%
B = 36.75%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDF3FB (or 0xBDF3FB) is known color: Onahau. HEX triplet: BD, F3 and FB. RGB value is (189,243,251). Sum of RGB (Red+Green+Blue) = 189+243+251=683 (90% of max value = 765). Red value is 189 (74.22% from 255 or 27.67% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDF3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3FB is #420C04. Grayscale: #E3E3E3. Windows color (decimal): -4328453 or 16511933. OLE color: 16511933.

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

Color convert

RGB 189 243 251 -
CMYK 0.25 0.03 0 0.02
HSL 187.74º 0.89% 0.86% -
HSV(B) 187.74º 0.25% 0.98% -
XYZ 70.45 81.89 103.36 -
YUV 227.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 189 243 251 0.25 0.03 0 0.02 187.74 0.89 0.86
Hex BD F3 FB 19 3 0 2 BC 59 56
Octal 275 363 373 31 3 0 2 274 131 126
Binary 10111101 11110011 11111011 11001 11 0 10 10111100 1011001 1010110

Color Harmonies of #BDF3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF3FB

Black with #BDF3FB

Text Example


Text Example

White with #BDF3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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